[@Storage]
{
;#IF
;check [550] 1
;#ACT
;goto @chanche
;#ELSEACT
#ACT
goto @main2

[@main2]
#SAY
What can I do for you?\
Please feel free to store Items, we dont charge for Custody!\ \
 <Store/@storage> Items\
 <Take back/@getback> Items\
 <Exchange/@mbind> Items\
 <PassWord/@password>\
 <Exit/@exit>\

[@password]
<Password/@command> Commands\
<Forgot/@retrieve> Password\
<Back/@main>

[@command]
New Password System Commands:\
<Important>: The Password must be 4-7 Characters Long!\
Change Password: The Command is @ChangePassword\
Make Password  : The Command is @SetPassword\
Lock Storage   : The Command is @LockStorage\
Unlock Storage : The Command is @UnlockStorage\
 <Back/@main>\

[@retrieve]
If youve forgot your Password you may apply for a\
new one here, It will be Reset in just over one Day\
But todo this your gonna have to pay 100,000 Gold!\ \
 <Apply/@retrieve2>\
 <Back/@main>\

[@retrieve2]
#IF
checkgold 100000
#ACT
take gold 100000
addnamelist ..\QuestDiary\NameAndIPLists\WaitingForNewStorePasswordList.txt
#SAY
Your Application has been Sent!\
Your Password will be Reset in One Day\
 <Exit/@exit>\
#ELSESAY
You Dont Have Enough Gold!\
 <Back/@main>\

[@storage]
Which Item would you like to Store?\ \
 <Back/@main>\

[@getback]
Which Item would you like to Take Back?\ \
 <Back/@main>\

[@Mbind]
#IF
#SAY
What would you like to Exchange?\ 
 <Gold to GoldBar/@changeGold>\
 <GoldBar to Gold/@changeMoney>\
 <GoldBar to GoldBarBundle/@huanjinhe>\
 <GoldBarBundle to GoldBar/@huanjintiao>\ 
 <GoldBarBundle to GoldChest/@jzzhzbx>\
 <GoldChest to GoldBarBundle/@zbxjhjz>\
 <Other Bundles/@bind>\ 
 <Exit/@exit>\

[@jzzhzbx]
#IF 
checkitem GoldBarBundle 2
#SAY
So you want to exchange Two GoldBarBundles for a GoldChest?\
Good, I can help you with this but you will need to pay a\
Handling charge of 2000 Gold!\ 
 <Exchange/@jzzhzbx_1>\
 <Exit/@exit>\
#ELSESAY
You dont seem to have any GoldBarBundles?\
Come back and see me when your do!\ \
 <Back/@Storage>

[@jzzhzbx_1]
#IF 
CHECKBAGGAGE
checkitem GoldBarBundle 2
checkgold 2000
#ACT
take GoldBarBundle 2
give GoldChest 1
#SAY
Exchange Complete!\ 
Would you like to Exchange another?\ \
 <Yes/@jzzhzbx> \
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure your bag is not Full and you have the two GoldBarBundles\
and 2000 Gold handling Charge!\ \
 <Exit/@exit>\

[@zbxjhjz]
#IF 
checkitem GoldChest 1
#SAY
So you want to exchange a GoldChest for two GoldBarBundles?\
Good, I can help you with this but you will need to pay a\
Handling charge of 2000 Gold!\ 
 <Exchange/@zbxjhjz_1>\
 <Exit/@exit>\
#ELSESAY
You dont seem to have a GoldChest?\
Come back and see me when your do!\ \
 <Back/@main>

[@zbxjhjz_1]
#IF 
checkitem GoldChest 1
CHECKBAGGAGE
checkgold 2000
#ACT
take GoldChest 1
give GoldBarBundle 2
#SAY
Exchange Complete!\ 
Would you like to Exchange another?\ \
 <Yes/@zbxjhjz>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure your bag is not Full and you have the GoldChest\
and 2000 Gold handling Charge!\ \
 <Exit/@exit>\

[@changeGold]
#IF
checkgold 1002000
#SAY
So you want to exchange 1'000'000 Gold for a GoldBar?\
Good, I can help you with this but you will need to pay a\
Handling charge of 2000 Gold!\ 
 <Exchange/@changeGold_1>\
 <Exit/@exit>\
#ELSESAY
You dont seem to have 1mill Gold!\
Come back and see me when your do!\ \
 <Back/@Storage>

[@changeGold_1]
#IF 
CHECKBAGGAGE
checkgold 1002000
#ACT
take gold 1002000
give GoldBar 1
#SAY
Exchange Complete!\ 
Would you like to Exchange another?\ \
 <Yes/@changeGold>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure your bag is not Full and you have the 1Mill Gold\
and 2000 Gold handling Charge!\ \
 <Exit/@exit>\

[@changeMoney]
#IF
checkitem GoldBar 1
#SAY 
So you want to exchange a GoldBar for 1'000'000 Gold?\
Good, I can help you with this but you will need to pay a\
Handling charge of 2000 Gold!\ 
 <Exchange/@changeMoney_1>\
 <Exit/@exit>\
#ELSESAY
You dont seem to have a GoldBar!\
Come back and see me when your do!\ \
 <Back/@Storage>

[@changeMoney_1]
#IF
checkgold 9000001
#SAY
Im Sorry but you dont have a GoldBar or\
You have Reached your Gold Limit!\ \
 <Exit/@exit>
#ELSEACT
goto @changeMoney_2

[@changeMoney_2]
#IF
checkgold 9000001
#SAY
Im Sorry but you dont have a GoldBar or\
You have Reached your Gold Limit!\ \
 <Exit/@exit>

#IF 
checkitem GoldBar 1
#ACT
take GoldBar 1
give gold 998000
#SAY
Exchange Complete!\ 
Would you like to Exchange another?\ \
 <Yes/@changeMoney>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the GoldBar\
 <Exit/@exit>\

[@huanjinhe]
#IF
checkitem GoldBar 5
checkgold 2000
#SAY 
So you want to exchange 5 GoldBars for a GoldBarBundle?\
Good, I can help you with this but you will need to pay a\
Handling charge of 2000 Gold!\ 
 <Exchange/@huanjinhe_1>\
 <Exit/@exit>\
#ELSESAY
You dont seem to have 5 GoldBars or the 2000 Gold Handling Charge!\
Come back and see me when your do!\ \
 <Exit/@exit>\

[@huanjinhe_1]
#IF 
checkitem GoldBar 5
checkgold 2000
#ACT
take GoldBar 5
give GoldBarBundle 1
take gold 2000
#SAY
Exchange Complete!\ 
Would you like to Exchange another?\ \
 <Yes/@huanjinhe> \
 <Exit/@exit>
#ELSESAY
Exchange Failed!\
Make sure you have the 5 Goldbars\
and 2000 Gold handling Charge!\ \
 <Exit/@exit>\


[@huanjintiao]
#IF
checkitem GoldBarBundle 1
checkgold 2000
#SAY 
So you want to exchange a GoldBarBundle for 5 GoldBars?\
Good, I can help you with this but you will need to pay a\
Handling charge of 2000 Gold!\ 
 <Exchange/@huanjintiao_1>\
 <Exit/@exit>\
#ELSESAY
You dont seem to have a GoldBarBundle or the 2000 Gold\
Handling Charge!\
Come back and see me when your do!\ \
 <Exit/@exit>\

[@huanjintiao_1]
#IF 
checkitem GoldBarBundle 1
checkgold 2000
#ACT
take GoldBarBundle 1
give GoldBar 5
take gold 2000
#SAY
Exchange Complete!\ 
Would you like to Exchange another?\ \
 <Yes/@huanjintiao>\
 <Exit/@exit>
#ELSESAY
Exchange Failed!\
Make sure you have the GoldbarBundle\
and 2000 Gold handling Charge!\ \
 <Exit/@exit>\

[@bind]
At Present I can bundle Drugs and Scrolls!\
To use this service it will cost 100Gold each Bundle!\
Whice would you like to Bundle?\ \
 <Bundle Drugs/@D_bind>\
 <Bundle Scrolls/@S_bind>\
 <Bundle Poison/@P_bind>\

[@D_bind]
 <Bundle/@ch_bind1> 6 (HP)DrugLarge\
 <Bundle/@ma_bind1> 6 (MP)DrugLarge\ 
 <Bundle/@ch_bind2> 6 (HP)DrugMedium\
 <Bundle/@ma_bind2> 6 (MP)DrugMedium\
 <Bundle/@ch_bind3> 6 (HP)DrugSmall\
 <Bundle/@ma_bind3> 6 (MP)DrugSmall\
 <Next/@D_bind2> <Back/@bind>\

[@D_bind2]
 <Bundle/@ch_bind4> 6 (HP)DrugXL\
 <Bundle/@ma_bind4> 6 (MP)DrugXL\ 
 <Back/@bind>\

[@S_bind]
 <Bundle/@zum_bind1> 6 DungeonEscape Scrolls\
 <Bundle/@zum_bind2> 6 RandomTeleport Scrolls\
 <Bundle/@zum_bind3> 6 TownTeleport Scrolls\
 <Bundle/@zum_bind4> 6 TeleportHome Scrolls\
 <Back/@bind>

[@P_bind]
 <Bundle/@green_bind1> 6 GreenPoison(L)\
 <Bundle/@red_bind1> 6 RedPoison(L)\ 
 <Back/@bind>\

[@ch_bind1]
#IF
checkitem (HP)DrugLarge 6
#ACT
goto @ch_bind1_1
#ELSESAY
You dont seem to have 6 (HP)DrugLarge\
Come back when you do..\ \
 <Exit/@exit>

[@ch_bind1_1]
#IF 
checkgold 100
checkitem (HP)DrugLarge 6
#ACT
take gold 100
take (HP)DrugLarge 6
give (HP)DrugBundle 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (HP)DrugLarge\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@ma_bind1]
#IF
checkitem (MP)DrugLarge 6
#ACT
goto @ma_bind1_1
#ELSESAY
You dont seem to have 6 (MP)DrugLarge\
Come back when you do..\ \
 <Exit/@exit>

[@ma_bind1_1]
#IF 
checkgold 100
checkitem (MP)DrugLarge 6
#ACT
take gold 100
take (MP)DrugLarge 6
give (MP)DrugBundle 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (MP)DrugLarge\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@ch_bind2]
#IF
checkitem (HP)DrugMedium 6
#ACT
goto @ch_bind2_1
#ELSESAY
You dont seem to have 6 (HP)DrugMedium\
Come back when you do..\ \
 <Exit/@exit>


[@ch_bind2_1]
#IF 
checkgold 100
checkitem (HP)DrugMedium 6
#ACT
take gold 100
take (HP)DrugMedium 6
give (HP)MDrugBundl 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (HP)DrugMedium\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@ma_bind2]
#IF
checkitem (MP)DrugMedium 6
#ACT
goto @ma_bind2_1
#ELSESAY
You dont seem to have 6 (MP)DrugMedium\
Come back when you do..\ \
 <Exit/@exit>

[@ma_bind2_1]
#IF 
checkgold 100
checkitem (MP)DrugMedium 6
#ACT
take gold 100
take (MP)DrugMedium 6
give (MP)MDrugBundl 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (MP)DrugMedium\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@ch_bind3]
#IF
checkitem (HP)DrugSmall 6
#ACT
goto @ch_bind3_1
#ELSESAY
You dont seem to have 6 (HP)DrugSmall\
Come back when you do..\ \
 <Exit/@exit>

[@ch_bind3_1]
#IF 
checkgold 100
checkitem (HP)DrugSmall 6
#ACT
take gold 100
take (HP)DrugSmall 6
give (HP)SDrugBundl 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (HP)DrugSmall\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@ma_bind3]
#IF
checkitem (MP)DrugSmall 6
#ACT
goto @ma_bind3_1
#ELSESAY
You dont seem to have 6 (MP)DrugSmall\
Come back when you do..\ \
 <Exit/@exit>

[@ma_bind3_1]
#IF 
checkgold 100
checkitem (MP)DrugSmall 6
#ACT
take gold 100
take (MP)DrugSmall 6
give (MP)SDrugBundl 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (MP)DrugSmall\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@ch_bind4]
#IF
checkitem (HP)DrugXL 6
#ACT
goto @ch_bind4_1
#ELSESAY
You dont seem to have 6 (HP)DrugXL\
Come back when you do..\ \
 <Exit/@exit>

[@ch_bind4_1]
#IF 
checkgold 100
checkitem (HP)DrugXL 6
#ACT
take gold 100
take (HP)DrugXL 6
give (HP)XLBundl 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (HP)DrugXL\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@ma_bind4]
#IF
checkitem (MP)DrugXL 6
#ACT
goto @ma_bind4_1
#ELSESAY
You dont seem to have 6 (MP)DrugXL\
Come back when you do..\ \
 <Exit/@exit>

[@ma_bind4_1]
#IF 
checkgold 100
checkitem (MP)DrugXL 6
#ACT
take gold 100
take (MP)DrugXL 6
give (MP)XLBundl 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@D_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 (MP)DrugXL\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@zum_bind1]
#IF
checkitem DungeonEscape 6
#ACT
goto @zum_bind1_1
#ELSESAY
You dont seem to have 6 DungeonEscape\
Come back when you do..\ \
 <Exit/@exit>

[@zum_bind1_1]
#IF 
checkgold 100
checkitem DungeonEscape 6
#ACT
take gold 100
take DungeonEscape 6
give EscapeBundle 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@S_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 DungeonEscape\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@zum_bind2]
#IF
checkitem RandomTeleport 6
#ACT
goto @zum_bind2_1
#ELSESAY
You dont seem to have 6 RandomTeleport\
Come back when you do..\ \
 <Exit/@exit>

[@zum_bind2_1]
#IF 
checkgold 100
checkitem RandomTeleport 6
#ACT
take gold 100
take RandomTeleport 6
give RandomBundle 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@S_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 RandomTeleport\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@zum_bind3]
#IF
checkitem TownTeleport 6
#ACT
goto @zum_bind3_1
#ELSESAY
You dont seem to have 6 TownTeleport\
Come back when you do..\ \
 <Exit/@exit>

[@zum_bind3_1]
#IF 
checkgold 100
checkitem TownTeleport 6
#ACT
take gold 100
take TownTeleport 6
give TownTeleBundle 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@S_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 TownTeleport\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@zum_bind4]
#IF
checkitem TeleportHome 6
#ACT
goto @zum_bind4_1
#ELSESAY
You dont seem to have 6 TeleportHome\
Come back when you do..\ \
 <Exit/@exit>

[@zum_bind4_1]
#IF 
checkgold 100
checkitem TeleportHome 6
#ACT
take gold 100
take TeleportHome 6
give TeleHomeBundle 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@S_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 TeleportHome\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@green_bind1]
#IF
checkitem GreenPoison(L) 6
#ACT
goto @green_bind1_1
#ELSESAY
You dont seem to have 6 GreenPoison(L)\
Come back when you do..\ \
 <Exit/@exit>

[@green_bind1_1]
#IF 
checkgold 100
checkitem GreenPoison(L) 6
#ACT
take gold 100
take GreenPoison(L) 6
give GreenPoisonBun 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@P_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 GreenPoison(L)\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\

[@red_bind1]
#IF
checkitem RedPoison(L) 6
#ACT
goto @red_bind1_1
#ELSESAY
You dont seem to have 6 RedPoison(L)\
Come back when you do..\ \
 <Exit/@exit>

[@red_bind1_1]
#IF
checkgold 100
checkitem RedPoison(L) 6
#ACT
take gold 100
take RedPoison(L) 6
give RedPoisonBun 1
#SAY
Exchange Complete!\ 
Would you like to Exchange More?\ \
 <Yes/@P_bind>\
 <Exit/@exit>\
#ELSESAY
Exchange Failed!\
Make sure you have the 6 RedPoison(L)\
and 100 Gold handling Charge!\ \
 <Exit/@exit>\
}


[@chanche]
#IF 
RANDOM 10
#ACT
goto @whoknows
#ELSEACT
goto @main2

[@whoknows]
#IF
check [550] 1
RANDOM 10
#ACT
SET [551] 1
break

#ACT
goto @main2